.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}



body {
  font-family: "Poppins", sans-serif;
  color: #808385;
  font-size: 15px;
  line-height: 25px;
  -webkit-backface-visibility: hidden;
}

::-moz-selection {
  background: #1bbde8;
  color: #fff;
  text-shadow: none;
  outline: none;
}

::selection {
  background: #1bbde8;
  color: #fff;
  text-shadow: none;
  outline: none;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  outline: none;
}

.main-container {
  overflow: hidden;
}


@keyframes lol {
  0% {
    opacity: 0;
    transform: translateX(-300px);
  }
  33% {
    opacity: 1;
    transform: translateX(0px);
  }
  66% {
    opacity: 1;
    transform: translateX(0px);
  }
  100% {
    opacity: 0;
    transform: translateX(300px);
  }
}
@-webkit-keyframes lol {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-300px);
  }
  33% {
    opacity: 1;
    -webkit-transform: translateX(0px);
  }
  66% {
    opacity: 1;
    -webkit-transform: translateX(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(300px);
  }
}


/*preloader*/
#scrollUp {
  text-decoration: none;
  bottom: 26px;
  background: url(../img/up.png);
  height: 32px;
  position: fixed;
  right: 50px;
  width: 32px;
  z-index: 1000;
  border: none;
  outline: none;
}

/*google map*/
#googleMap {
  height: 400px;
  width: 100%;
}

.para-top{
    color: #fff;
}

/*navbar fixed top*/
.navbar-fixed-top {
  animation-duration: 0.8s;
  animation-name: fadeInDown;
  animation-timing-function: ease-in-out;
  left: 0;
  position: fixed !important;
  right: 0;
  top: 0;
  z-index: 1030;
}

.section-title .title-text h2 {
  color: #2b3032;
  font-size: 50px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 20px;
      text-transform: capitalize;
    font-family: poppins-semibold;
  position: relative;

}
.section-title .title-text h2:before, .section-title .title-text h2:after {
  position: absolute;
  left: 50%;
  top: 50px;
  content: "";
  background: #00dbfb;
  width: 8px;
  height: 8px;
  z-index: 9;
  transform: translateX(-50%);
}
.section-title .title-text h2:after {
  width: 120px;
  height: 2px;
  top: 53px;
}
.section-title .title-text p {
  margin: 15px 0 50px;
  display: inline-block;
      font-family: poppins-regular;
    font-size: 18px;
}

/*Overlay*/
.overlay {
  position: relative;
}
.overlay:after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: rgba(0, 0, 0, 0.8);
}

/*boxed Start*/
.boxed {
  max-width: 1140px;
  margin: auto;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.boxed .header {
  margin: auto;
  max-width: 1140px;
}
.boxed .dropdown-menu {
  right: 100px;
  left: -61px;
}

.btn-1 a {
  font-size: 14px;
  padding: 10px 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  background: #00dbfb;
  transition: all 0.4s ease 0s;
}
.btn-1 a:hover {
  background: #222;
  letter-spacing: 5px;
}

/*contact form*/
.help-block,
.with-errors {
  display: block;
  line-height: 24px;
  padding: 5px 0px 0px;
  margin: 0px;
  text-transform: uppercase;
  font-size: 11px;
  color: #ff0000;
  font-weight: 500;
  border-color: #ff0000;
}

.help-block,
.with-errors {
  border-color: #ff0000 !important;
}

.typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6 {
  color: #2b3032;
}

/* 1.2  Typography */
h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin: 0;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.img-center {
  margin-left: auto;
  margin-right: auto;
}

.text-right {
  text-align: right;
}

.ttu {
  text-transform: uppercase;
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
  color: #808385;
  outline: 0;
}

/* 1.3 Margins & Paddings */
.mb30 {
  margin-bottom: 30px;
}

.mt50 {
  margin-top: 50px;
}

.mt40 {
  margin-top: 40px;
}

.mt60 {
  margin-top: 60px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mtb100 {
  margin: 100px 0;
}

.padtb {
  padding: 60px 0 100px;
}

.pad80 {
  padding: 80px 0;
}

.pad100 {
  padding: 100px 0;
}

.pad-b100 {
  padding: 0 0 100px;
}

.pad-head {
  padding: 240px 100px 150px;
}

.pad-top90 {
  padding-top: 90px;
}

.pad-tb {
  padding: 350px 0;
}

.pad-top100 {
  padding-top: 100px;
}

.xs-mt50 {
  margin-top: 50px;
}

.no-pad {
  padding: 0;
}

/* 1.4 Backgrounds */
.bg-color-brand {
  background: #00dbfb;
}

.bg-count {
  background: url(../img/bg/1.jpg);
}

.bg-test {
  background: url(../img/bg/2.jpg);
}

.bg-test-2 {
  background: url(../img/bg/8.jpg);
}

.bg-test-3 {
  background: url(../img/bg/10.jpg);
}

.bg-ft {
  background: #102c46;
}

.bg-fs {
  background: url(../img/bg/4.jpg);
}

.bg-pl {
  background: url(../img/bg/5.jpg);
}

.bg-gt {
  background: url(../img/bg/6.jpg);
}

.bg-call {
  background: url(../img/bg/7.jpg);
}

.bg-about {
  background: url(../img/bg/12.jpg);
}

.bg-about-2 {
  background: url(../img/bg/13.jpg);
}

.bg-histy {
  background: url(../img/bg/14.jpg);
}

.bg-count-2 {
  background: url(../img/bg/15.jpg);
}

.bg-services {
  background: url(../img/bg/16.jpg);
}

.bg-team {
  background: url(../img/bg/17.jpg);
}

.bg-investment {
  background: url(../img/bg/18.jpg);
}

.bg-pricing {
  background: url(../img/bg/19.jpg);
}

.bg-pricing-2 {
  background: url(../img/bg/20.jpg);
}

.bg-news {
  background: url(../img/bg/21.jpg);
}

.bg-error {
  background: url(../img/bg/error.jpg);
}

.bg-color {
  background: #f7f7f7;
}

.bg-color-2 {
  background: #f3f3f3;
}

.parallax {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% 0;
  background-size: cover;
}

.no-attm {
  background-attachment: scroll;
}

/*animation*/
.animation {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes slideDownIn {
  0% {
    -webkit-transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
  0% {
    -webkit-transform: translateY(-20px);
  }
}
@keyframes slideDownIn {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
  0% {
    transform: translateY(-20px);
  }
}
.slideDownIn {
  -webkit-animation-name: slideDownIn;
  animation-name: slideDownIn;
}

@-webkit-keyframes slideUpIn {
  0% {
    top: 180%;
  }
  100% {
    top: 98%;
  }
}
@keyframes slideUpIn {
  0% {
    top: 180%;
  }
  100% {
    top: 98%;
  }
}
.slideUpIn {
  -webkit-animation-name: slideUpIn;
  animation-name: slideUpIn;
}

/*animation*/
/* 2 navbar global */
.header {
  border-bottom: 1px solid #00dbfb;
}
.header.home-two .navbar-nav li.active > a {
  color: #fff !important;
  background-color: #256eb4;
}
.header.home-two .navbar-nav .nav-link {
  color: #2b3032;
}
.header.home-two .navbar-nav .nav-link:hover {
  color: #00dbfb;
}
.header .navbar {
  padding: 0;
}
.header .navbar-toggler-icon {
  background-color: #01292f;
}
.header .navbar-toggler {
  margin-right: 15px;
  background: #00dbfb;
  border: none;
  padding: 6 10px;
}
.header .navbar-nav li.active > a {
  color: #fff !important;
  background-color: #00dbfb;
}
.header .navbar-nav .nav-link {
  line-height: 80px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  padding: 0 15px;
  letter-spacing: 1.5px;
}
.header .navbar-nav .nav-link:hover {
  color: #00dbfb;
}
.header .navbar-nav .dropdown-menu {
  width: 180px;
  background-color: #fff;
  padding: 10px 15px;
  border-radius: 0;
  top: 0;
  border: none;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
}
.header .navbar-nav .dropdown-menu li a {
  display: block;
  padding: 8px 5px;
  font-size: 11px;
  color: #2b3032;
  font-weight: 700;
  text-transform: uppercase;
}
.header .navbar-nav .dropdown-menu li a:hover, .header .navbar-nav .dropdown-menu li a.active {
  background-color: #00dbfb;
  color: #fff;
}
.header .navbar-nav li .mega-menu {
  position: absolute;
  right: 0;
  top: 0;
  left: auto;
  padding: 10px 15px;
  width: 800px;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  transition: all 0.4s ease 0s;
}
.header .navbar-nav li .mega-menu.dropdown-menu .submenu ul li a {
  padding: 10px;
}
.header .navbar-nav li .mega-menu.dropdown-menu .submenu ul li a i.fa {
  padding-right: 7px;
}

/*3.1 Slider Area Start*/
.slider-area .tp-caption.ts {
  text-shadow: rgba(0, 0, 0, 0.498) 0px 2px 5px;
}
.slider-area .tp-caption.ts span {
  text-shadow: rgba(0, 0, 0, 0.498) 0px 2px 5px;
}
.slider-area .tp-caption span.slideshow-text-primary {
  color: #00dbfb;
}
.slider-area .tp-caption.rev-btn {
  transition: all 0.4s ease 0s !important;
}

.header-top-area {
  background: #256eb4;
    padding: 10px 0 0px;
}
.header-top-area .social-top ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-top-area .social-top ul li {
  display: inline-block;
  margin: 0 7px;
}
.header-top-area .social-top ul li a {
  color: #fff;
  font-size: 15px;
  line-height: 15px;
  transition: all 0.4s ease 0s;
}
.header-top-area .social-top ul li a:hover {
  color: #2b3032;
}
.header-top-area .contact-info ul {
  margin: 0;
  padding: 0;
}
.header-top-area .contact-info ul li {
  display: inline-block;
  color: #fff;
  padding-right: 7px;
	
}
.header-top-area .contact-info ul li i {
  padding-right: 5px;
}

/*3.1 Slider Area End*/
/*3.2 Feature Area Start*/
.feature-area .single-feature {
  border-left: 1px solid #00dbfb;
  border-right: 1px solid #00dbfb;
  position: relative;
  padding: 50px 20px;
  transition: all 0.4s ease 0s;
}
.feature-area .single-feature:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 80%;
  height: 1px;
  background-color: #00dbfb;
}
.feature-area .single-feature:after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: 80%;
  height: 1px;
  background-color: #00dbfb;
}
.feature-area .single-feature .feature-icon i {
  color: #00dbfb;
  width: 60px;
  height: 60px;
  font-size: 50px;
  line-height: 50px;
  display: inline-flex;
  align-items: center;
  font-style: normal;
  justify-content: center;
  transition: all 0.4s ease 0s;
}
.feature-area .single-feature .feature-content h3 {
  color: #2b3032;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  padding: 20px 0 25px;
  text-transform: uppercase;
}
.feature-area .single-feature .feature-content p {
  color: #808385;
  margin-bottom: 0;
}
.feature-area .single-feature .feature-content .btn-1 {
  margin-top: 30px;
}
.feature-area .single-feature .feature-content .btn-1 a {
  color: #2b3032;
  font-size: 14px;
  display: inline-block;
  text-decoration: none;
  border: 2px solid #00dbfb;
  padding: 10px 25px;
  border-radius: 5px;
  transition: all 0.4s ease 0s;
  letter-spacing: 1.5px;
}
.feature-area .single-feature .feature-content .btn-1 a:hover {
  letter-spacing: 4px;
}
.feature-area .single-feature:hover {
  background-color: #00dbfb;
  transition: all 0.4s ease 0s;
}
.feature-area .single-feature:hover .feature-icon i {
  color: #fff;
}
.feature-area .single-feature:hover .feature-content p {
  color: #fff;
}
.feature-area .single-feature:hover .feature-content .btn-1 a {
  border-color: #fff;
  background-color: #fff;
}

.financial-planning-area .inner {
  padding: 30px 20px;
}
.financial-planning-area .inner.br {
  border-right: 1px solid #ddd;
}
.financial-planning-area .inner .icon-bar img {
  height: 50px;
  width: 50px;
}
.financial-planning-area .inner .text a h3 {
  color: #2b3032;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  margin: 25px 0;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}
.financial-planning-area .inner .text a h3:hover {
  color: #00dbfb;
}
.financial-planning-area .inner .text p {
  font-size: 17px;
  margin-bottom: 0;
      font-family: poppins-regular;
}
.financial-planning-area .bt {
  border-top: 1px solid #ddd;
}

/*3.2 Feature Area End*/
/*3.3 Financial Strength Area Start*/
.financial-strength-area .graph-content h2 {
  color: #2b3032;
  font-size: 30px;
  display: block;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
}
.financial-strength-area .graph-content h2 strong {
  display: block;
  font-weight: 400;
  margin-top: 15px;
}
.financial-strength-area .graph-content p {
  margin: 30px 0 15px;
}
.financial-strength-area .bar-chart .ht {
  height: 25% !important;
}
.financial-strength-area .bar-chart .ht2 {
  height: 68% !important;
}
.financial-strength-area .bar-chart .ht3 {
  height: 75% !important;
}
.financial-strength-area .bar-chart .ht4 {
  height: 90% !important;
}
.financial-strength-area .bar-chart .ht5 {
  height: 100% !important;
}

/*3.4 Financial Activities Area Start*/
.financial-activities-area .single-activities {
  width: 100%;
  overflow: hidden;
  border: 1px solid #d7d7d7;
  position: relative;
}
.financial-activities-area .single-activities img {
  width: 100%;
}
.financial-activities-area .single-activities .icon-tag {
  position: absolute;
  width: 50px;
  right: -15px;
  bottom: 127px;
  z-index: 99;
  color: #ffffff;
  text-align: center;
}
.financial-activities-area .single-activities .icon-tag i.fa {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 16px;
  top: 46px;
  left: -28px;
  opacity: 0;
  transition: all 0.4s ease 0s;
}
.financial-activities-area .single-activities .icon-tag:before {
  position: absolute;
  content: '';
  width: 268px;
  right: -121px;
  top: 0px;
  opacity: 0;
  height: 45px;
  text-align: center;
  background-color: #00dbfb;
  text-transform: uppercase;
  transform: rotate(140deg);
  z-index: 1;
  transition: all 0.4s ease 0s;
}
.financial-activities-area .single-activities:hover .icon-tag:before {
  opacity: 1;
}
.financial-activities-area .single-activities:hover .icon-tag i.fa {
  opacity: 1;
}
.financial-activities-area .single-activities:hover .hr-content h3 a {
  color: #00dbfb;
}
.financial-activities-area .single-activities .hr-content {
  padding: 20px;
  overflow: hidden;
  position: relative;
  z-index: 99;
  background: #fff;
}
.financial-activities-area .single-activities .hr-content h3 {
  margin-bottom: 0;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
}
.financial-activities-area .single-activities .hr-content h3 a {
  color: #2b3032;
}

/*3.5 Call To Action Area Start */
.call-to-action-area .call-img {
  width: 100%;
  height: 100%;
}
.call-to-action-area .action-content {
  padding: 83px 15px 64px 0px;
}
.call-to-action-area .action-content h1, .call-to-action-area .action-content h2, .call-to-action-area .action-content h3, .call-to-action-area .action-content h4, .call-to-action-area .action-content h5, .call-to-action-area .action-content h6 {
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 50px;
  position: relative;
}
.call-to-action-area .action-content h1.numb, .call-to-action-area .action-content h2.numb, .call-to-action-area .action-content h3.numb, .call-to-action-area .action-content h4.numb, .call-to-action-area .action-content h5.numb, .call-to-action-area .action-content h6.numb {
  position: relative;
}
.call-to-action-area .action-content h1.numb:before, .call-to-action-area .action-content h2.numb:before, .call-to-action-area .action-content h3.numb:before, .call-to-action-area .action-content h4.numb:before, .call-to-action-area .action-content h5.numb:before, .call-to-action-area .action-content h6.numb:before {
  position: absolute;
  background-color: #fff;
  left: 0;
  bottom: -20px;
  content: "";
  width: 40%;
  height: 2px;
}
.call-to-action-area .action-content h2 {
  color: #2b3032;
  line-height: 30px;
  font-size: 30px;
  font-weight: 700;
}
.call-to-action-area .action-content p {
  font-size: 15px;
  color: #fff;
  margin: 30px 0;
}
.call-to-action-area .action-content h3 {
  color: #2b3032;
  font-size: 20px;
  line-height: 20px;
  display: inline-block;
  margin-bottom: 20px;
  font-weight: 500;
  text-transform: uppercase;
}
.call-to-action-area .action-content .down-btn ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.call-to-action-area .action-content .down-btn ul li {
  margin-right: 5px;
  cursor: pointer;
}

.call-to-action-two-area .inner-content h3 {
  color: #2b3032;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
}
.call-to-action-two-area .inner-content p {
  margin: 15px 0;
}
.call-to-action-two-area .inner-content h5 {
  color: #2b3032;
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
}
.call-to-action-two-area .inner-content .call-num {
  margin-top: 15px;
}
.call-to-action-two-area .inner-content .call-num a h3 {
  color: #00dbfb;
  font-size: 30px;
  font-weight: 500;
}
.call-to-action-two-area .btn-1 {
  text-align: center;
  margin: 120px 0 0 0;
}

.getin-tech-area .action-content {
  padding: 83px 15px 36px 0px;
}
.getin-tech-area .action-content h1, .getin-tech-area .action-content h2, .getin-tech-area .action-content h3, .getin-tech-area .action-content h4, .getin-tech-area .action-content h5, .getin-tech-area .action-content h6 {
  color: #00dbfb;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 50px;
  position: relative;
}
.getin-tech-area .action-content h2 {
  color: #fff;
  line-height: 30px;
  font-size: 30px;
  font-weight: 500;
      font-family: poppins-regular;
}
.getin-tech-area .action-content p {
  font-size: 15px;
  color: #fff;
  margin: 30px 0;
}
.getin-tech-area .action-content h3 {
  color: #00dbfb;
  font-size: 20px;
  line-height: 20px;
  display: inline-block;
  margin-bottom: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.getin-tech-area .action-content .down-btn ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.getin-tech-area .action-content .down-btn ul li {
  margin-right: 5px;
  cursor: pointer;
}
.getin-tech-area .contact-form {
  padding: 0 0 0 50px;
}
.getin-tech-area .contact-form h2 {
  color: #2b3032;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 50px;
}
.getin-tech-area .contact-form h2:before, .getin-tech-area .contact-form h2:after {
  position: absolute;
  left: 58px;
  top: 52px;
  content: "";
  background: #00dbfb;
  width: 8px;
  height: 8px;
  z-index: 9;
  transform: translateX(-50%);
}
.getin-tech-area .contact-form h2:after {
  width: 109px;
  height: 2px;
  top: 55px;
  left: 58px;
}
.getin-tech-area .contact-form p {
  margin-bottom: 50px;
}
.getin-tech-area .contact-form .form-group input {
  outline: 0;
}
.getin-tech-area .contact-form .form-group input.form-control {
  height: 40px;
  color: #222;
  line-height: 0;
  font-size: 14px;
  transition: all 0.4s ease 0s;
}
.getin-tech-area .btn-primary {
  background-color: #222;
  border: none;
  padding: 10px 30px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: none;
  transition: all 0.4s ease 0s;
}
.getin-tech-area .btn-primary:focus {
  box-shadow: none;
}
.getin-tech-area .btn-primary:hover {
  background-color: #00dbfb;
  letter-spacing: 5px;
}
.getin-tech-area .form-control:focus {
  box-shadow: none;
  border-color: #00dbfb;
}
.getin-tech-area .btn-1 a {
  padding: 10px 30px;
}

/*3.6 Our Team Area Start */
.our-team-area .single-team-item {
  width: 100%;
  overflow: hidden;
  position: relative;
  border: 1px solid #ddd;
}
.our-team-area .single-team-item:hover {
  border-color: #00dbfb;
  transition: all 0.4s ease 0s;
}
.our-team-area .single-team-item:hover .person-img:after {
  right: 0;
}
.our-team-area .single-team-item .person-img {
  position: relative;
}
.our-team-area .single-team-item .person-img img {
  width: 100%;
}
.our-team-area .single-team-item .person-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 100%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 10;
  transition: all 0.4s ease 0s;
}
.our-team-area .single-team-item .team-info {
  text-align: center;
  padding: 20px 0;
}
.our-team-area .single-team-item .team-info h3 {
  color: #2b3032;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.our-team-area .single-team-item .team-info span {
  font-size: 15px;
}
.our-team-area .single-team-item:hover .social-icon {
  left: 50%;
  transition: all 0.4s ease 0s;
}
.our-team-area .single-team-item .social-icon {
  position: absolute;
  top: 45%;
  left: 200%;
  transform: translate(-50%, -50%);
  z-index: 11;
  width: 100%;
  text-align: center;
}
.our-team-area .single-team-item .social-icon ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.our-team-area .single-team-item .social-icon ul li {
  display: inline-block;
  margin: 0 10px;
}
.our-team-area .single-team-item .social-icon ul li a i {
  color: #fff;
  font-size: 20px;
  transition: all 0.4s ease 0s;
}
.our-team-area .single-team-item .social-icon ul li a i:hover {
  color: #00dbfb;
}

.meet-our-advisor-area .single-team-membar {
  border: 1px solid #ddd;
  overflow: hidden;
  position: relative;
}
.meet-our-advisor-area .single-team-membar .membar-img {
  position: relative;
}
.meet-our-advisor-area .single-team-membar .membar-img img {
  width: 100%;
  height: auto;
}
.meet-our-advisor-area .single-team-membar .membar-info {
  text-align: center;
  padding: 20px 0;
}
.meet-our-advisor-area .single-team-membar .membar-info h3 {
  line-height: 18px;
}
.meet-our-advisor-area .single-team-membar .membar-info h3 a {
  font-size: 18px;
  color: #2b3032;
  text-transform: uppercase;
}
.meet-our-advisor-area .single-team-membar .membar-info .designation {
  text-transform: capitalize;
}
.meet-our-advisor-area .single-team-membar .social-icon-one {
  background: #e9e9e9;
  padding: 10px 40px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease 0s;
}
.meet-our-advisor-area .single-team-membar .social-icon-one ul li {
  display: inline-block;
  margin: 0 10px;
}
.meet-our-advisor-area .single-team-membar .social-icon-one ul li a i.fa {
  font-size: 18px;
  color: #2b3032;
  transition: all 0.4s ease 0s;
}
.meet-our-advisor-area .single-team-membar .social-icon-one ul li a i.fa:hover {
  color: #00dbfb;
}
.meet-our-advisor-area .single-team-membar:hover {
  border-color: #00dbfb;
}
.meet-our-advisor-area .single-team-membar:hover .social-icon-one {
  opacity: 1;
  top: 62%;
  visibility: visible;
}

/*3.6 Our Team Area End */
/*3.7 Counter Up Area Start */
.counter-up-area .single-counter {
  text-align: center;
  position: relative;
  z-index: 1;
}
.counter-up-area .single-counter .count-content span {
  color: #fff;
  font-size: 78px;
  line-height: 78px;
  font-weight: 700;
  position: relative;
}
.counter-up-area .single-counter .count-content span:before, .counter-up-area .single-counter .count-content span:after {
  position: absolute;
  left: 50%;
  top: 103px;
  content: "";
  background: #00dbfb;
  width: 8px;
  height: 8px;
  z-index: 9;
  transform: translateX(-50%);
}
.counter-up-area .single-counter .count-content span:after {
  width: 120px;
  height: 2px;
  top: 106px;
}
.counter-up-area .single-counter .count-content p {
  color: #fff;
  font-size: 18px;
  margin-top: 50px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 18px;
  text-transform: uppercase;
}

/*3.8 Make An Investment Area Start */
.make-investment-area .future-content {
  margin-top: 80px;
}
.make-investment-area .future-content .before-icons {
  display: inline-block;
  padding: 0px 0px 0px 0px;
  color: #00dbfb;
  border-style: solid;
  border-color: #00dbfb;
  border-width: 2px;
  position: relative;
  margin-right: 15px;
}
.make-investment-area .future-content .before-icons:before {
  position: absolute;
  content: '';
  top: 5px;
  left: 0;
  border: none;
  width: 4px;
  height: 14px;
  background: #00dbfb;
}
.make-investment-area .future-content .before-icons:after {
  position: absolute;
  content: '';
  top: 5px;
  right: 0;
  border: none;
  width: 4px;
  height: 14px;
  background: #00dbfb;
}
.make-investment-area .future-content .media-future {
  margin-bottom: 40px;
}
.make-investment-area .future-content .media-future a h3 {
  color: #2b3032;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}
.make-investment-area .future-content .media-future a h3:hover {
  color: #00dbfb;
}
.make-investment-area .bg-box-img {
  background-image: url(../img/others/finance.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  background-position: 100% 50%;
  padding: 50px 70px 40px 0px;
}
.make-investment-area .bg-box-img .bg-content-box {
  margin: 30px 30px 30px 0px;
  padding: 40px 55px 40px 45px;
  background-color: #00dbfb;
}
.make-investment-area .bg-box-img .bg-content-box h3 {
  color: #2b3032;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.make-investment-area .bg-box-img .bg-content-box p {
  color: #fff;
  font-size: 15px;
  margin: 30px 0;
}
.make-investment-area .bg-box-img .bg-content-box .btn-1 a {
  font-size: 14px;
  border-radius: 5px;
  padding: 10px 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #2b3032;
  display: inline-block;
  background: #fff;
  transition: all 0.4s ease 0s;
}
.make-investment-area .bg-box-img .bg-content-box .btn-1 a:hover {
  background: #00dbfb;
  letter-spacing: 5px;
}

/*3.9 Testimonial Area Start */
.testimonial-area .testimonial-wrapper {
  background: #fff;
  padding: 0px 20px 40px;
  border-radius: 4px;
  position: relative;
  z-index: 1;
}
.testimonial-area .testimonial-wrapper .item-content .test-img img {
  max-width: 80px;
  max-height: 80px;
  margin: auto;
      border: 2px solid #256eb4;
    padding: 2px;
  border-radius: 50%;
  transform: translateY(-45%);
  z-index: 99;
}
.testimonial-area .testimonial-wrapper .item-content .test-client strong {
  font-size: 18px;
  color: #2b3032;
  display: block;
  text-transform: uppercase;
}
.testimonial-area .testimonial-wrapper .item-content .test-client .position {
  font-size: 14px;
  text-transform: uppercase;
}
.testimonial-area .owl-carousel .owl-stage-outer {
  padding: 36px 0 0;
}

.home-page-3.testimonial-area .title-text h2 {
  color: #fff;
}
.home-page-3.testimonial-area .title-text p {
  color: #fff;
}
.home-page-3.testimonial-area .testimonial-wrapper {
  background: transparent;
  border: 1px solid #fff;
  padding: 0px 30px 20px;
  max-width: 800px;
  margin: auto;
}
.home-page-3.testimonial-area .testimonial-wrapper .test-img img {
  transform: translateY(-45%);
}
.home-page-3.testimonial-area .testimonial-wrapper p {
  color: #fff !important;
  margin-bottom: 0;
}
.home-page-3.testimonial-area .testimonial-wrapper .test-client strong {
  margin-top: 20px;
  color: #fff;
}

.testimonial-area-three .title {
  margin-bottom: 80px;
  position: relative;
}
.testimonial-area-three .title h2 {
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
}
.testimonial-area-three .title h2:after {
  position: absolute;
  bottom: -10px;
  left: 0px;
  content: "";
  background: #00dbfb;
  width: 24%;
  height: 2px;
}
.testimonial-area-three .title {
  position: relative;
}
.testimonial-area-three .title.pd50 {
  padding-left: 50px;
}
.testimonial-area-three .title.pd50 h2:after {
  left: 50px;
  position: absolute;
}
.testimonial-area-three .testimonial-wrapper {
  background-color: #fff;
  padding: 40px 30px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.testimonial-area-three .testimonial-wrapper:after {
  position: absolute;
  right: 50px;
  top: 40;
  color: #00dbfb;
  font-size: 40px;
  content: "\f10e";
  font-family: fontawesome;
}
.testimonial-area-three .testimonial-wrapper .item-content .test-img {
  float: left;
  width: 20%;
}
.testimonial-area-three .testimonial-wrapper .item-content .test-img img {
  max-width: 80px;
  max-height: 80px;
  border-radius: 50%;
}
.testimonial-area-three .testimonial-wrapper .item-content .test-client {
  float: left;
  width: 80%;
}
.testimonial-area-three .testimonial-wrapper .item-content .test-client strong {
  color: #2b3032;
  font-size: 16px;
  font-weight: 500;
  display: block;
  text-transform: uppercase;
}
.testimonial-area-three .testimonial-wrapper .item-content .test-client span.position {
  color: #808385;
  font-size: 14px;
  text-transform: uppercase;
}
.testimonial-area-three .testimonial-wrapper .item-content .test-client p {
  margin: 20px 0 0;
}
.testimonial-area-three #accordion {
  padding-left: 70px;
}
.testimonial-area-three #accordion .card {
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
.testimonial-area-three #accordion .card .card-header {
  background-color: transparent;
  border-bottom: 0;
  padding: 0 0 18px;
}
.testimonial-area-three #accordion .card .card-header h5 {
  line-height: 20px;
}
.testimonial-area-three #accordion .card .card-header h5 a {
  color: #00dbfb;
  font-size: 20px;
  text-transform: uppercase;
}
.testimonial-area-three #accordion .card .card-header h5 a::before {
  color: #00dbfb;
  content: "\f068";
  display: block;
  font-family: fontawesome;
  font-size: 14px;
  left: -25px;
  position: absolute;
  top: 0px;
}
.testimonial-area-three #accordion .card .card-header h5 a.collapsed::before {
  color: #fff;
  content: "\f067";
  display: block;
  font-family: fontawesome;
  font-size: 14px;
  left: -25px;
  position: absolute;
  top: 0px;
}
.testimonial-area-three #accordion .card-body {
  padding: 10px 0;
  color: #fff;
}

.team-single-area .information .title h3 {
  color: #2b3032;
  font-size: 25px;
  line-height: 25px;
  text-transform: uppercase;
}
.team-single-area .information h6 {
  color: #2b3032;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  margin: 15px 0 10px;
  text-transform: capitalize;
}
.team-single-area .information h6.position {
  color: #808385;
  font-size: 18px;
  font-weight: normal;
}
.team-single-area .information p {
  margin-bottom: 0;
}
.team-single-area .information .social-icons {
  margin-top: 25px;
}
.team-single-area .information .social-icons ul li {
  display: inline-block;
  margin: 5px;
}
.team-single-area .information .social-icons ul li a {
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  background: #00dbfb;
  color: #fff;
  display: inline-flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease 0s;
}
.team-single-area .information .social-icons ul li a:hover {
  background: #2b3032;
  color: #fff;
}
.team-single-area .information .skill-section .skill {
  margin-bottom: 10px;
}
.team-single-area .information .skill-section .skill .progress-label {
  margin-bottom: 10px;
}
.team-single-area .information .skill-section .skill .progress-label span.skill-name {
  color: #2b3032;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
}
.team-single-area .information .skill-section .skill .progress-label span.progress-bar-percentage {
  font-size: 17px;
  color: #222;
  font-weight: 500;
  margin-top: 4px;
}
.team-single-area .information .skill-section .skill .progress {
  background-color: #cccccc;
  height: 8px;
  border-radius: 4px;
  overflow: visible;
}
.team-single-area .information .skill-section .skill .progress .progress-bar {
  background: #00dbfb;
  height: 100%;
  font-size: 12px;
  border-radius: 4px;
}

/*3.9 Testimonial Area End */
/*4.1 Recent News Area Start */
.recent-news-area .single-inner-box {
  border: 1px solid #ddd;
}
.recent-news-area .single-inner-box:hover .inner-img a img {
  filter: grayscale(100%);
}
.recent-news-area .single-inner-box:hover .post-date {
  color: #00dbfb !important;
}
.recent-news-area .single-inner-box:hover a.rd-btn {
  color: #00dbfb !important;
}
.recent-news-area .single-inner-box .inner-img {
  position: relative;
}
.recent-news-area .single-inner-box .inner-img a img {
  width: 100%;
  filter: none;
  transition: all 0.4s ease 0s;
}
.recent-news-area .single-inner-box .inner-img .post-date {
  color: #fff;
  font-size: 27px;
  font-weight: 700;
  background-color: #256eb4;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 70px;
  height: 60px;
  text-align: center;
  padding-top: 8px;
  transition: all 0.4s ease 0s;
}
.recent-news-area .single-inner-box .inner-img .post-date span {
  display: block;
  font-size: 15px;
}
.recent-news-area .single-inner-box .inner-content {
  padding: 20px 25px;
}
.recent-news-area .single-inner-box .inner-content h3 a {
  color: #2b3032;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.4s ease 0s;
}
.recent-news-area .single-inner-box .inner-content h3 a:hover {
  color: #00dbfb;
}
.recent-news-area .single-inner-box .inner-content p {
  font-size: 15px;
  margin: 15px 0;
}
.recent-news-area .single-inner-box .inner-content a.rd-btn {
      color: #256eb4;
    font-size: 18px;
    font-weight: 600;
    font-family: poppins-regular;
}

.home-2.recent-news-area .inner-content h3 a {
  font-size: 15px;
  line-height: 15px;
}

/*4.2 Financial Solution Start*/
.financial-solution-area .section-title .title-text h2 {
  position: relative;
}
.financial-solution-area .section-title .title-text h2:before {
  position: absolute;
  left: 58px;
  top: 40px;
  content: "";
  background: #00dbfb;
  width: 8px;
  height: 8px;
  z-index: 9;
  transform: translateX(-50%);
}
.financial-solution-area .section-title .title-text h2:after {
  width: 113px;
  height: 2px;
  top: 43px;
  left: 58px;
}
.financial-solution-area .section-title .title-text p {
  margin: 30px 0px;
}
.financial-solution-area .inner-box {
  border: 1px solid #ddd;
  padding: 30px 20px 30px 20px;
  transition: all 0.4s ease 0s;
  border-radius: 4px;
}
.financial-solution-area .inner-box .box-icon img {
  max-width: 70px;
  height: 70px;
}
.financial-solution-area .inner-box a h3 {
  color: #2b3032;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 18px;
  margin: 20px 0;
  transition: all 0.4s ease 0s;
}
.financial-solution-area .inner-box p {
  font-size: 15px;
  margin: 0;
}
.financial-solution-area .inner-box:hover {
  border-color: #00dbfb;
}
.financial-solution-area .inner-box:hover a h3 {
  color: #00dbfb;
}

/*4.3 Financial Company Start*/
.financial-company-area .company-content {
  margin-top: 57px;
}
.financial-company-area .company-content h3 {
          color: #2b3032;
    font-size: 25px;
    font-weight: 700;
    line-height: 20px;
    margin: 25px 0;
    text-transform: capitalize;
    transition: all 0.4s ease 0s;
    font-family: poppins-bold;
}
.financial-company-area .company-content p {
  font-size: 15px;
      font-family: poppins-regular;
}
.financial-company-area .company-content .custom {
  margin-top: 30px;
}
.financial-company-area .company-content .custom .col-one,
.financial-company-area .company-content .custom .col-two {
  margin-right: 20px;
}
.financial-company-area .company-content .custom .col-one p,
.financial-company-area .company-content .custom .col-two p {
  font-size: 16px;
}
.financial-company-area .company-content .custom .col-one p:last-child,
.financial-company-area .company-content .custom .col-two p:last-child {
  margin-bottom: 0;
}
.financial-company-area .company-content .custom .col-one p i.fa,
.financial-company-area .company-content .custom .col-two p i.fa {
  color: #2b3032;
  padding-right: 5px;
}
.financial-company-area .company-content .custom .col-two {
  margin-right: 0;
}
.financial-company-area .counter-inner {
  margin-top: 60px;
}
.financial-company-area .counter-inner .outer-icon {
  margin-right: 30px;
}
.financial-company-area .counter-inner .outer-icon img {
  width: 60px;
  height: 60px;
}
.financial-company-area .counter-inner .outer-content span {
  font-size: 50px;
  font-weight: 500;
  line-height: 50px;
  display: block;
}
.financial-company-area .counter-inner .outer-content p {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0;
  text-align: center;
  display: inline-block;
}

/*4.4 Why Choose Us Start*/
.why-choose-us-area .inner-box,
.team-single-area .inner-box {
  display: flex;
  margin-bottom: 30px;
}
.why-choose-us-area .inner-box .choose-icons i.fa,
.team-single-area .inner-box .choose-icons i.fa {
  color: #00dbfb;
  font-size: 45px;
  line-height: 45px;
  width: 50px;
  height: 50px;
}
.why-choose-us-area .inner-content,
.team-single-area .inner-content {
  margin-left: 20px;
}
.why-choose-us-area .inner-content p,
.team-single-area .inner-content p {
  margin: 0;
}
.why-choose-us-area .skill-section .about-skill-item,
.team-single-area .skill-section .about-skill-item {
  overflow: hidden;
  margin-bottom: 20px;
}
.why-choose-us-area .skill-section .about-skill-item p,
.team-single-area .skill-section .about-skill-item p {
  color: #2b3032;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}
.why-choose-us-area .skill-section .about-skill-item .progress,
.team-single-area .skill-section .about-skill-item .progress {
  background-color: #cccccc;
  height: 15px;
  border-radius: 4px;
  overflow: visible;
}
.why-choose-us-area .skill-section .about-skill-item .progress .progress-bar,
.team-single-area .skill-section .about-skill-item .progress .progress-bar {
  background: #00dbfb;
  position: relative;
  height: 100%;
  font-size: 12px;
  border-radius: 4px;
}
.why-choose-us-area .skill-section .about-skill-item .progress .progress-bar span,
.team-single-area .skill-section .about-skill-item .progress .progress-bar span {
  position: absolute;
  top: -30px;
  right: -15px;
  color: #2b3032;
  font-size: 15px;
  font-weight: 500;
}
.why-choose-us-area .man-img,
.team-single-area .man-img {
  margin-top: -60px;
}

/*4.5 Financial Contact Start*/
.financial-contact-area .planning-content {
  margin-top: 7px;
}
.financial-contact-area .planning-content h3 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
.financial-contact-area .planning-content h3 span {
  color: #00dbfb;
}
.financial-contact-area .btn-1 a {
  padding: 0 34px;
  line-height: 44px;
}

/*4.6 Brand Area Start*/
.brand-area .brand-logo a {
  padding: 30px 55px;
  text-align: center;
  border: 1px solid #ddd;
  display: block;
  transition: all 0.4s ease 0s;
}
.brand-area .brand-logo a:hover img {
  transform: scale(1);
}
.brand-area .brand-logo a:hover {
  border-color: #00dbfb;
}
.brand-area .brand-logo a img {
  transform: scale(0.9);
  transition: all 0.4s ease 0s;
}

/*4.7 Experience Area Start*/
.experience-area .card {
  margin-bottom: 15px;
}
.experience-area .card .card-header {
  padding: 12px 20px;
  background-color: transparent;
  border-bottom: none;
  border-radius: 0;
}
.experience-area .card .card-header h5 a {
  color: #2b3032;
  font-size: 16px;
  text-transform: capitalize;
  padding-left: 20px;
}
.experience-area .card .card-header h5 a::before {
  color: #000;
  content: "\f103";
  display: block;
  font-family: fontawesome;
  font-size: 14px;
  left: 20px;
  position: absolute;
  top: 16px;
}
.experience-area .card .card-header h5 a.collapsed::before {
  color: #000;
  content: "\f101";
  display: block;
  font-family: fontawesome;
  font-size: 14px;
  left: 20px;
  position: absolute;
  top: 16px;
}

/*4.8 Beneficial Investments Area*/
.beneficial-investments-area .inner-box {
  border: 1px solid #ddd;
  background: #fff;
}
.beneficial-investments-area .inner-box .inner-img {
  position: relative;
}
.beneficial-investments-area .inner-box .inner-img a:after {
  position: absolute;
  top: 0;
  content: "";
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 219, 251, 0.5);
  transform: scale(0);
  transition: all 0.4s ease 0s;
}
.beneficial-investments-area .inner-box:hover .inner-img a:after {
  transform: scale(1);
}
.beneficial-investments-area .inner-box .inner-content {
  padding: 10px 20px;
}
.beneficial-investments-area .inner-box .inner-content h3 {
  line-height: 20px;
  margin: 20px 0;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 500;
}
.beneficial-investments-area .inner-box .inner-content h3 a {
  color: #2b3032;
  transition: all 0.4s ease 0s;
}
.beneficial-investments-area .inner-box .inner-content h3 a:hover {
  color: #00dbfb;
}
.beneficial-investments-area .inner-box .inner-content p {
  margin-bottom: 0;
}

/*4.9 Financial Value Area*/
.financial-value-area .nav {
  background: #f7f7f7;
}
.financial-value-area .nav.nav-pills .nav-link.active {
  color: #fff;
  background-color: #00dbfb;
}
.financial-value-area .nav li.nav-item a {
  font-size: 15px;
  text-transform: uppercase;
  line-height: 50px;
  letter-spacing: 2px;
  color: #2b3032;
  font-weight: 500;
}
.financial-value-area .nav li.nav-item a.nav-link {
  border-radius: 0;
}
.financial-value-area .bar-chart #bars {
  background: #fff !important;
}
.financial-value-area .bar-chart #bars li .bar {
  bottom: 28px !important;
}
.financial-value-area .bar-chart #bars li span {
  bottom: 0em !important;
}
.financial-value-area .bar-chart .ht {
  height: 25% !important;
}
.financial-value-area .bar-chart .ht2 {
  height: 68% !important;
}
.financial-value-area .bar-chart .ht3 {
  height: 75% !important;
}
.financial-value-area .bar-chart .ht4 {
  height: 90% !important;
}
.financial-value-area .bar-chart .ht5 {
  height: 100% !important;
}

/*5.1 Financial Activities Area*/
.home-page-3.financial-activities-area .inner-content a,
.home-page-4.financial-activities-area .inner-content a {
  color: #2b3032;
  text-transform: uppercase;
}
.home-page-3.financial-activities-area .inner-content a h2,
.home-page-4.financial-activities-area .inner-content a h2 {
  font-size: 30px;
  line-height: 30px;
}
.home-page-3.financial-activities-area .inner-content p,
.home-page-4.financial-activities-area .inner-content p {
  margin: 30px 0;
}
.home-page-3.financial-activities-area .inner-content a.btn,
.home-page-4.financial-activities-area .inner-content a.btn {
  color: #2b3032;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0;
  transition: all 0.4s ease 0s;
  letter-spacing: 1px;
}
.home-page-3.financial-activities-area .inner-content a.btn:hover,
.home-page-4.financial-activities-area .inner-content a.btn:hover {
  color: #00dbfb;
  letter-spacing: 5px;
}

.home-page-4.financial-activities-area {
  background: #f3f3f3;
}
.home-page-4.financial-activities-area .no-gutters {
  padding: 0;
}
.home-page-4.financial-activities-area .no-gutters .inner-content {
  padding: 49px 40px;
}
.home-page-4.financial-activities-area .no-gutters .single-activities {
  border: 0;
}

/*5.2 Populer Service Aera*/
.populer-service-area .inner-box {
  text-align: center;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 5px #ddd;
  z-index: 1;
}
.populer-service-area .inner-box:hover img {
  transform: translateY(100%);
}
.populer-service-area .inner-box img {
  width: 100%;
  z-index: 1;
  transition: all 0.4s ease 0s;
}
.populer-service-area .inner-box .box-content {
  width: 100%;
  height: 100%;
  line-height: 22px;
  padding: 30px;
  background: #00dbfb;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: translate(0px, 0px);
}
.populer-service-area .inner-box .box-content h3 {
  color: #fff;
  font-size: 25px;
  margin: 20px 0;
  line-height: 25px;
  font-weight: 500;
  text-transform: uppercase;
}
.populer-service-area .inner-box .box-content p {
  color: #fff;
}

/*5.3 Excellent Performance Area*/
.excellent-performance-area {
  position: relative;
}
.excellent-performance-area .outer-box {
  position: relative;
  background-color: #f3f3f3;
}
.excellent-performance-area .outer-box .full-width-bg {
  background-image: url(../img/bg/9.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 50%;
  float: left;
  padding: 80px 40px 80px 40px;
}
.excellent-performance-area .outer-box .full-width-bg .outer-content {
  border: 1px solid #fff;
  padding: 30px 40px;
  text-align: center;
  margin-bottom: 60px;
}
.excellent-performance-area .outer-box .full-width-bg .outer-content span {
  color: #00dbfb;
  font-weight: 700;
  font-size: 50px;
  display: block;
}
.excellent-performance-area .outer-box .full-width-bg .outer-content p {
  color: #fff;
  margin: 25px 0 0;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.excellent-performance-area .outer-box .services-column {
  position: absolute;
  float: right;
  width: 50%;
  right: 0px;
  top: 0px;
  height: 100%;
}
.excellent-performance-area .outer-box .services-column h2 {
  color: #2b3032;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  padding-left: 80px;
}
.excellent-performance-area .outer-box .services-column .column-inner {
  position: relative;
  padding: 80px 40px 80px 40px;
}
.excellent-performance-area .outer-box .services-column .column-inner .single-services {
  margin-bottom: 50px;
}
.excellent-performance-area .outer-box .services-column .column-inner .single-services .inner {
  position: relative;
  padding-left: 80px;
}
.excellent-performance-area .outer-box .services-column .column-inner .single-services .inner .icon-bar {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 50px;
  line-height: 50px;
}
.excellent-performance-area .outer-box .services-column .column-inner .single-services .inner .icon-bar i.fa {
  color: #00dbfb;
}
.excellent-performance-area .outer-box .services-column .column-inner .single-services .inner h3 {
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.excellent-performance-area .outer-box .services-column .column-inner .single-services .inner h3 a {
  color: #2b3032;
  transition: all 0.4s ease 0s;
}
.excellent-performance-area .outer-box .services-column .column-inner .single-services .inner h3 a:hover {
  color: #00dbfb;
}
.excellent-performance-area .outer-box .services-column .column-inner .single-services .inner p {
  margin-bottom: 0;
}

/*5.4 Helping Grow Area*/
.helping-grow-area .tab-area .custom-tabs {
  text-align: center;
  border-bottom: 2px solid #00dbfb;
}
.helping-grow-area .tab-area .custom-tabs li {
  display: inline-block;
  position: relative;
}
.helping-grow-area .tab-area .custom-tabs li.nav-item a {
  color: #2b3032;
  font-weight: 700;
  font-size: 18px;
  display: block;
  padding: 10px 74px;
  line-height: 55px;
  text-transform: uppercase;
}
.helping-grow-area .tab-area .custom-tabs li.nav-item a:after {
  position: absolute;
  left: 46%;
  bottom: -8px;
  content: "";
  background: #fff;
  border: 2px solid #00dbfb;
  border-radius: 4px;
  height: 15px;
  width: 15px;
}
.helping-grow-area .tab-area .custom-tabs li.nav-item a.nav-link.active {
  color: #00dbfb;
}
.helping-grow-area .tab-area .tab-content {
  margin: 30px 0 0;
}
.helping-grow-area .tab-area .tab-content .tab-details h5 {
  color: #2b3032;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 16px;
  text-transform: capitalize;
}

/*5.5 About Us Page Start*/
/*5.5.1 About Us*/
.about-us-area .about-content .section-title h2 {
  color: #fff;
  font-size: 45px;
  line-height: 45px;
  font-weight: 700;
  text-transform: uppercase;
}
.about-us-area .about-content .breadcrumb {
  justify-content: center;
  background-color: transparent;
  margin-bottom: 0;
}
.about-us-area .about-content .breadcrumb li {
  color: #fff;
  font-size: 15px;
  margin: 0 5px;
}
.about-us-area .about-content .breadcrumb li a {
  color: #00dbfb;
}

.financial-story-area .outer-box {
  position: relative;
}
.financial-story-area .outer-box .full-width-bg {
  background-image: url(../img/bg/11.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 50%;
  float: left;
  padding: 230px 0;
}
.financial-story-area .outer-box .about-column {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  padding: 70px 30px;
}
.financial-story-area .outer-box .about-column .column-inner .section-title {
  margin-bottom: 50px;
}
.financial-story-area .outer-box .about-column .column-inner .section-title h2:before, .financial-story-area .outer-box .about-column .column-inner .section-title h2:after {
  position: absolute;
  left: 6px;
  top: 40px;
  content: "";
  background: #00dbfb;
  width: 8px;
  height: 8px;
  z-index: 9;
  transform: translateX(-50%);
}
.financial-story-area .outer-box .about-column .column-inner .section-title h2:after {
  left: 69px;
  top: 43px;
  width: 120px;
  height: 2px;
}
.financial-story-area .outer-box .about-column .outer-content .about-content ul li {
  font-size: 16px;
  position: relative;
  padding-left: 26px;
}
.financial-story-area .outer-box .about-column .outer-content .about-content ul li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f055";
  color: #2b3032;
  font-family: fontawesome;
}

.how-we-work-area .section-title h2 {
  color: #2b3032;
  font-size: 30px;
  text-transform: uppercase;
}
.how-we-work-area .inner-content .icon-bar {
  border: 2px solid #00dbfb;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border-radius: 50%;
  float: left;
  margin-right: 20px;
}
.how-we-work-area .inner-content .icon-bar span {
  font-size: 16px;
  font-weight: 500;
}
.how-we-work-area .inner-content .heading {
  display: inline-block;
  margin-top: 10px;
}
.how-we-work-area .inner-content .heading h3 {
  color: #2b3032;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
}
.how-we-work-area .inner-content p {
  margin: 20px 0 0;
}
.how-we-work-area .inner-content .btn-1 {
  margin-top: 30px;
}
.how-we-work-area .section-padding {
  background-color: #00dbfb;
  color: #fff;
  line-height: 1.8;
  position: relative;
  padding: 40px;
}
.how-we-work-area .section-padding .section-absolute-bg {
  background-image: url(../img/about/1.jpg);
}
.how-we-work-area .section-padding .absolute-bg-2 {
  background-image: url(../img/about/2.jpg);
}
.how-we-work-area .section-absolute-bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center;
}
.how-we-work-area .bg-left .absolute-bg-2 {
  right: auto;
  left: 0;
}
.how-we-work-area .boxed-content {
  position: relative;
  padding-right: 220px;
  padding-left: 0px;
}
.how-we-work-area .bg-left .boxed-content {
  margin-left: 250px;
  padding-right: 0;
}

/*5.5.2 About-Us-2*/
.about-us-2.helping-grow-area .section-title h2 {
  color: #fff;
}
.about-us-2.helping-grow-area .section-title p {
  color: #fff;
}
.about-us-2.helping-grow-area .tab-area .custom-tabs li.nav-item a {
  color: #00dbfb;
}
.about-us-2.helping-grow-area .tab-area .custom-tabs li.nav-item a.nav-link.active {
  color: #fff;
}
.about-us-2.helping-grow-area .tab-area .tab-content .tab-details p {
  color: #f3f3f3;
}
.about-us-2.helping-grow-area .tab-area .tab-content .tab-details h5 {
  color: #fff;
}

/*5.5 About Us Page End*/
/*5.6 Pages Start*/
/*5.6.1 Our Services*/
.upcoming-planning-area .planning-content .section-title h2 {
  color: #2b3032;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
}
.upcoming-planning-area .planning-content .section-title h2:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30%;
  height: 2px;
  content: "";
  background: #00dbfb;
}
.upcoming-planning-area .planning-content .section-title p {
  margin: 30px 0 50px;
}
.upcoming-planning-area .planning-content .inner-box {
  display: flex;
  margin-bottom: 30px;
}
.upcoming-planning-area .planning-content .inner-box .choose-icons i.fa {
  color: #00dbfb;
  font-size: 45px;
  line-height: 45px;
  width: 50px;
  height: 50px;
}
.upcoming-planning-area .planning-content .inner-content {
  margin-left: 20px;
}

/*5.6.2 Pricing */
.pricing-table .table-title {
  margin-bottom: 60px;
}
.pricing-table .table-title h2 {
  color: #2b3032;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.pricing-table .table-title p {
  margin-bottom: 0;
}
.pricing-table .single-pricing-table {
  border: 1px solid #ddd;
  padding: 30px 0;
  transition: all 0.4s ease 0s;
}
.pricing-table .single-pricing-table .pricing-heading {
  margin-bottom: 30px;
}
.pricing-table .single-pricing-table .pricing-heading h3 {
  color: #2b3032;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
}
.pricing-table .single-pricing-table:hover {
  border-color: #00dbfb;
}
.pricing-table .single-pricing-table:hover .pricing-amount {
  background: #00dbfb;
  color: #fff;
}
.pricing-table .single-pricing-table .pricing-amount {
  background: #acacac;
  padding: 20px 60px;
  display: block;
  margin-bottom: 40px;
  transition: all 0.4s ease 0s;
}
.pricing-table .single-pricing-table .pricing-amount h5 {
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  display: block;
}
.pricing-table .single-pricing-table .pricing-amount h5 span {
  text-transform: capitalize;
  font-weight: normal;
  font-size: 15px;
  display: block;
}
.pricing-table .single-pricing-table .pricing-content ul li {
  margin-bottom: 10px;
  display: block;
}
.pricing-table a.border-btn {
  margin-top: 30px;
  background: #acacac;
  font-size: 15px;
  text-transform: uppercase;
  padding: 10px 20px;
  color: #fff;
  display: inline-block;
  transition: all 0.4s ease 0s;
}
.pricing-table a.border-btn:hover {
  background: #00dbfb;
  color: #fff;
}
.pricing-table.table-2 .single-pricing-table {
  transition: all 0.4s ease 0s;
}
.pricing-table.table-2 .single-pricing-table .pricing-heading h3 {
  color: #fff;
}
.pricing-table.table-2 .single-pricing-table:hover {
  border-color: #00dbfb;
}
.pricing-table.table-2 .single-pricing-table:hover .pricing-amount {
  background: #00dbfb;
  color: #fff;
}
.pricing-table.table-2 .single-pricing-table:hover .pricing-amount h5 {
  color: #fff;
}
.pricing-table.table-2 .single-pricing-table .pricing-amount {
  background: #fff;
}
.pricing-table.table-2 .single-pricing-table .pricing-amount h5 {
  color: #2b3032;
  transition: all 0.4s ease 0s;
}
.pricing-table.table-2 a.border-btn {
  margin-top: 30px;
  background: #fff;
  font-size: 15px;
  text-transform: uppercase;
  padding: 10px 20px;
  color: #2b3032;
  display: inline-block;
  transition: all 0.4s ease 0s;
}
.pricing-table.table-2 a.border-btn:hover {
  background: #00dbfb;
  color: #fff;
}

/*5.6.3 404 Error*/
.error-page-area .inner-content {
  text-align: center;
}
.error-page-area .inner-content h1, .error-page-area .inner-content h2, .error-page-area .inner-content h3, .error-page-area .inner-content h4, .error-page-area .inner-content h5, .error-page-area .inner-content h6 {
  color: #2b3032;
  font-size: 145px;
  font-weight: 700;
  line-height: 145px;
}
.error-page-area .inner-content h2 {
  color: #fff;
  font-size: 55px;
  line-height: 55px;
  font-weight: 500;
  text-transform: uppercase;
}
.error-page-area .inner-content p {
  color: #fff;
  font-size: 16px;
}

/*5.6 Experts Page Start*/
.sidebar-page .left-sidebar .sidebar-widget .inner-box ul li {
  border: 1px solid #ddd;
  margin-bottom: -1px;
}
.sidebar-page .left-sidebar .sidebar-widget .inner-box ul li a {
  color: #2b3032;
  display: block;
  padding: 13px 30px;
  font-size: 14px;
  text-transform: uppercase;
  background: #f7f7f7;
  transition: all 0.4s ease 0s;
}
.sidebar-page .left-sidebar .sidebar-widget .inner-box ul li a:hover {
  background: #fff;
}
.sidebar-page .left-sidebar .sidebar-widget .sidebar-title h3 {
  color: #2b3032;
  font-size: 20px;
  line-height: 20px;
  margin: 70px 0 50px;
  text-transform: uppercase;
}
.sidebar-page .left-sidebar .sidebar-widget .single-post {
  position: relative;
  padding-left: 90px;
  min-height: 80px;
  margin-bottom: 20px;
}
.sidebar-page .left-sidebar .sidebar-widget .single-post .post-thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
}
.sidebar-page .left-sidebar .sidebar-widget .single-post .post-thumb img {
  width: 70px;
  height: 70px;
  border: 1px solid #00dbfb;
}
.sidebar-page .left-sidebar .sidebar-widget .single-post .post-info a {
  color: #2b3032;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.4s ease 0s;
}
.sidebar-page .left-sidebar .sidebar-widget .single-post .post-info a:hover {
  color: #00dbfb;
}
.sidebar-page .left-sidebar .sidebar-widget .single-post .text p {
  font-size: 12px;
  margin-bottom: 0;
}
.sidebar-page .content-side .inner-box .title h2 {
  color: #2b3032;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 60px 0 50px;
}
.sidebar-page .content-side .inner-box .inner-content p {
  margin-bottom: 0;
}
.sidebar-page .content-side .inner-box .inner-content h4 {
  color: #2b3032;
  font-size: 18px;
  line-height: 18px;
  margin: 40px 0;
}
.sidebar-page .content-side .inner-box .bar-img {
  margin: 60px 0 80px;
}
.sidebar-page .content-side .inner-box h3 {
  color: #2b3032;
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
  margin-bottom: 40px;
}
.sidebar-page .content-side .inner-box .inner-img {
  margin: 40px 0 60px;
}
.sidebar-page .content-side .inner-box #accordion .card {
  margin-bottom: 10px;
  border-radius: 0;
}
.sidebar-page .content-side .inner-box #accordion .card .card-header {
  border-bottom: 0;
}
.sidebar-page .content-side .inner-box #accordion .card .card-header h5 a {
  color: #2b3032;
  font-size: 20px;
  position: relative;
  padding-left: 30px;
  text-transform: uppercase;
}
.sidebar-page .content-side .inner-box #accordion .card .card-header h5 a::before {
  color: #2b3032;
  content: "\f068";
  display: block;
  font-family: fontawesome;
  font-size: 14px;
  left: 0px;
  position: absolute;
  top: 5px;
}
.sidebar-page .content-side .inner-box #accordion .card .card-header h5 a.collapsed::before {
  color: #2b3032;
  content: "\f067";
  display: block;
  font-family: fontawesome;
  font-size: 14px;
  left: 0px;
  position: absolute;
  top: 5px;
}

/*5.7 News Page Start*/
/*5.7.1 News Single*/
.news-single .content-side {
  margin-bottom: 70px;
}
.news-single .content-side .blog-single .inner-box .image {
  overflow: hidden;
}
.news-single .content-side .blog-single .inner-box .image img {
  transform: scale(1);
  transition: all 1.2s ease;
}
.news-single .content-side .blog-single .inner-box .image img:hover {
  transform: scale(1.3);
}
.news-single .content-side .blog-single .inner-box .lower-box h2 {
  color: #2b3032;
  font-size: 25px;
  line-height: 25px;
  font-weight: 500;
  margin: 60px 0 20px;
  text-transform: uppercase;
}
.news-single .content-side .blog-single .inner-box .lower-box .post-info {
  margin-bottom: 30px;
}
.news-single .content-side .blog-single .inner-box .lower-box .post-info ul li {
  display: inline-block;
  color: #2b3032;
  font-size: 14px;
  margin: 0 3px;
}
.news-single .content-side .blog-single .inner-box .lower-box .post-info ul li a {
  color: #00dbfb;
}
.news-single .content-side .blog-single .inner-box .lower-box p {
  margin-bottom: 0;
}
.news-single .content-side .blog-single .inner-box .lower-box a.borderd-btn {
  margin-top: 40px;
  color: #2b3032;
  font-size: 15px;
  display: inline-block;
  padding: 15px 20px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  border: 2px solid #00dbfb;
}
.news-single .content-side .blog-single .inner-box .lower-box a.borderd-btn:hover {
  background: #00dbfb;
  color: #fff;
  border-color: #00dbfb;
}
.news-single .pagination {
  margin-top: 60px;
}
.news-single .pagination ul.inner-box li {
  display: inline-block;
  margin-right: 5px;
}
.news-single .pagination ul.inner-box li a {
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: 500;
  height: 45px;
  transition: all 0.4s ease 0s;
  color: #2b3032;
  padding: 10px 15px;
  text-align: center;
  min-height: 45px;
  border: 2px solid #00dbfb;
}
.news-single .pagination ul.inner-box li a:hover {
  background: #00dbfb;
  color: #fff;
  border-color: #00dbfb;
}

.right-sidebar .sidebar-widget .search-box form .form-group {
  position: relative;
}
.right-sidebar .sidebar-widget .search-box form .form-group input {
  position: relative;
  line-height: 33px;
  padding-left: 50px;
  border: 2px solid #00dbfb;
  background: none;
  display: block;
  font-size: 14px;
  width: 100%;
  height: 45px;
  outline: none;
}
.right-sidebar .sidebar-widget .search-box form .form-group button {
  background: transparent;
  border: none;
  position: absolute;
  top: 10px;
  left: 10px;
  cursor: pointer;
  outline: none;
}
.right-sidebar .sidebar-widget .search-box form .form-group button i.fa {
  color: #00dbfb;
}
.right-sidebar .sidebar-widget .sidebar-title h3 {
  color: #2b3032;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  margin: 60px 0 50px;
  text-transform: uppercase;
}
.right-sidebar .sidebar-widget .inner-box ul li {
  border-bottom: 1px solid #00dbfb;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.right-sidebar .sidebar-widget .single-post {
  position: relative;
  padding-left: 90px;
  min-height: 80px;
  margin-bottom: 20px;
}
.right-sidebar .sidebar-widget .single-post .post-thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
}
.right-sidebar .sidebar-widget .single-post .post-thumb img {
  width: 70px;
  height: 70px;
  border: 1px solid #00dbfb;
}
.right-sidebar .sidebar-widget .single-post .post-info a {
  color: #2b3032;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.4s ease 0s;
}
.right-sidebar .sidebar-widget .single-post .post-info a:hover {
  color: #00dbfb;
}
.right-sidebar .sidebar-widget .single-post .text p {
  font-size: 12px;
  margin-bottom: 0;
}

/*5.7.2 News-2*/
.news .blog-box {
  border: 1px solid #ddd;
  display: inline-block;
  position: relative;
  transition: all 0.4s ease 0s;
}
.news .blog-box:hover {
  box-shadow: 2px 4px 43px -8px #000;
}
.news .blog-box.blog-page .blog-img {
  position: relative;
}
.news .blog-box.blog-page .blog-img img {
  width: 100%;
}
.news .blog-box .blog-date {
  background: #fff;
  display: block;
  height: 80px;
  left: 0;
  position: absolute;
  top: 0;
  padding: 6px;
  width: 80px;
  line-height: 1.8;
  text-transform: uppercase;
}
.news .blog-box .blog-date .date-box {
  background: #00dbfb;
  display: inline-block;
  width: 100%;
}
.news .blog-box .blog-date .date-box span {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 500;
}
.news .blog-box .blog-date .date-box span.date {
  font-size: 20px;
  margin-top: 5px;
  font-weight: 500;
}
.news .blog-box .blog-date .date-box span.month {
  color: #2b3032;
}
.news .blog-box .blog-content {
  padding: 29px 20px;
  display: inline-block;
}
.news .blog-box .blog-content .blog-title a {
  color: #2b3032;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  transition: all 0.4s ease 0s;
}
.news .blog-box .blog-content .blog-title a:hover {
  color: #00dbfb;
}
.news .blog-box .meta {
  margin-top: 12px;
  display: inline-block;
}
.news .blog-box .meta .news-author {
  float: left;
  margin-right: 5px;
}
.news .blog-box .meta .news-author i.fa {
  font-size: 15px;
  margin-right: 3px;
  color: #00dbfb;
}
.news .blog-box .meta .news-author a {
  color: #c2c2c2;
  font-size: 15px;
}
.news .blog-box .coment-counter {
  float: left;
}
.news .blog-box .news-introtext {
  margin-top: 15px;
  float: left;
}
.news .blog-box .blog-footer {
  float: left;
}
.news .blog-box .blog-footer a {
  color: #2b3032;
  font-size: 15px;
  text-transform: capitalize;
  transition: all 0.4s ease 0s;
}
.news .blog-box .blog-footer a:hover {
  color: #00dbfb;
}

/*5.7.3 News-3*/
.news-three-area .portfolio-nav ul li {
  display: inline-block;
  color: #2b3032;
  font-size: 20px;
  line-height: 20px;
  padding: 10px 15px;
  cursor: pointer;
  text-transform: capitalize;
}
.news-three-area .portfolio-nav ul li.active {
  color: #00dbfb;
}
.news-three-area .blog-portfolio .portfolio-masonry-item {
  margin: 0 15px;
}
.news-three-area .blog-portfolio .portfolio-masonry-item .audio-box audio {
  width: 100%;
}
.news-three-area .blog-portfolio .portfolio-masonry-item.img3 {
  width: 30.33%;
  float: left;
}
.news-three-area .blog-portfolio .portfolio-masonry-item .inner-box {
  padding: 40px 20px;
  border: 1px solid #ddd;
}
.news-three-area .blog-portfolio .portfolio-masonry-item .inner-box .inner-content span {
  font-size: 15px;
  text-transform: uppercase;
}
.news-three-area .blog-portfolio .portfolio-masonry-item .inner-box .inner-content .title h3 {
  color: #2b3032;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  margin: 15px 0 20px;
  text-transform: capitalize;
}
.news-three-area .blog-portfolio .portfolio-masonry-item .inner-box .inner-content a {
  color: #2b3032;
  text-decoration: none;
  transition: all 0.4s ease 0s;
}
.news-three-area .blog-portfolio .portfolio-masonry-item .inner-box .inner-content a:hover {
  color: #00dbfb;
}
.news-three-area .blog-portfolio .portfolio-masonry-item .video {
  width: 100%;
  padding: 0;
  border: inherit;
}
.news-three-area .blog-portfolio .portfolio-masonry-item .video:focus {
  border: inherit !important;
}
.news-three-area .blog-portfolio .portfolio-masonry-item .video.btn-primary {
  border: inherit !important;
}
.news-three-area .blog-portfolio .portfolio-masonry-item .video span {
  display: block;
  position: relative;
}
.news-three-area .blog-portfolio .portfolio-masonry-item .video span img {
  width: 100%;
}
.news-three-area .blog-portfolio .portfolio-masonry-item .video span:before {
  background: rgba(13, 146, 164, 0.6);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.news-three-area .blog-portfolio .portfolio-masonry-item .video span i {
  position: absolute;
  font-size: 50px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  opacity: 0.8;
  z-index: 9;
}
.news-three-area .blog-portfolio .portfolio-masonry-item .modal-content .modal-body {
  padding: inherit;
}
.news-three-area .blog-portfolio .portfolio-masonry-item .modal-content .video-content video {
  width: 100%;
}

/*5.8 Contact Page Start*/
.contact-area .title {
  margin-bottom: 30px;
}
.contact-area .title h2 {
  color: #2b3032;
  font-size: 25px;
  line-height: 25px;
  text-transform: uppercase;
}
.contact-area .inner-box {
  border: 1px solid #ddd;
  padding: 40px 20px;
  background: #f7f7f7;
}
.contact-area .inner-box .inner-content {
  display: flex;
}
.contact-area .inner-box .inner-content i.fa {
  font-size: 25px;
  float: left;
  width: 10%;
  color: #00dbfb;
}
.contact-area.ct-form .contact-form form .form-group input {
  outline: none;
}
.contact-area.ct-form .contact-form form .form-group input.form-control {
  height: 60px;
  padding-left: 15px;
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: none;
}
.contact-area.ct-form .contact-form form .form-group input.form-control:hover, .contact-area.ct-form .contact-form form .form-group input.form-control:focus {
  box-shadow: inherit;
  border: 1px solid #00dbfb;
}
.contact-area.ct-form .contact-form form textarea.form-control {
  padding-left: 15px;
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: none;
}
.contact-area.ct-form .contact-form form textarea.form-control:hover, .contact-area.ct-form .contact-form form textarea.form-control:focus {
  box-shadow: inherit;
  border: 1px solid #00dbfb;
}
.contact-area.ct-form .btn-2 {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.contact-area.ct-form .btn-2 button.btn-primary {
  background: transparent;
  border: 0;
  background-color: #00dbfb;
  padding: 10px 80px;
  cursor: pointer;
  text-transform: uppercase;
  display: inline-block;
  outline: none;
  box-shadow: none;
}

.ct-2.contact-area .btn-2 {
  text-align: left;
}
.ct-2.contact-area .btn-2 button.btn-primary {
  display: block;
  width: 100%;
}
.ct-2.contact-area .section-title .title-text h2:before, .ct-2.contact-area .section-title .title-text h2:after {
  position: absolute;
  left: 6px;
  top: 40px;
  content: "";
  background: #00dbfb;
  width: 8px;
  height: 8px;
  z-index: 9;
  transform: translateX(-50%);
}
.ct-2.contact-area .section-title .title-text h2:after {
  left: 69px;
  top: 43px;
  width: 120px;
  height: 2px;
}

/* 04	Footer */
.footer-area .footer-widget .footer-title {
  margin-bottom: 50px;
}
.footer-area .footer-widget .footer-title h3 {
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
}
.footer-area .footer-widget .footer-title h3:before {
  position: absolute;
  left: 3px;
  top: 37px;
  content: "";
  background: #00dbfb;
  width: 8px;
  height: 8px;
  z-index: 9;
  transform: translateX(-50%);
}
.footer-area .footer-widget .footer-title h3:after {
  width: 70px;
  height: 2px;
  content: "";
  background: #00dbfb;
  position: absolute;
  left: 38px;
  top: 40px;
  content: "";
  transform: translateX(-50%);
}
.footer-area .footer-widget .widget-content p {
  color: #f4f4f4;
  font-size: 15px;
  margin-bottom: 0;
  font-weight: 300;
}
.footer-area .footer-widget .widget-content .contact-info {

}
.footer-area .footer-widget .widget-content .contact-info ul {
  margin: 0;
  padding: 0;
}
.footer-area .footer-widget .widget-content .contact-info ul li {
  color: #f4f4f4;
  font-size: 15px;
      padding-bottom: 10px;
}
.footer-area .footer-widget .widget-content .contact-info ul li i.fa {
  color: #fff;
  margin-right: 10px;
}
.footer-area .footer-widget .widget-content .ft-gellary ul {
  margin: 0;
  padding: 0;
}
.footer-area .footer-widget .widget-content .ft-gellary ul li {
  margin: 6px;
}
.footer-area .footer-widget .widget-content .ft-gellary ul li a{
	    color: #fff;
		    font-size: 13px;
}
.footer-area .footer-widget .widget-content .ft-gellary ul li a img {
  width: 100%;
}
.footer-area .footer-widget .widget-content .single-post {
  position: relative;
  color: #f4f4f4;
  margin-bottom: 5px;
  min-height: 76px;
  border-bottom: 1px solid #3c3c3c;
}
.footer-area .footer-widget .widget-content .single-post:last-child {
  border: none;
  min-height: 0;
}
.footer-area .footer-widget .widget-content .single-post .post-thumb {
  position: absolute;
  left: 0px;
  top: 5px;
  width: 100px;
}
.footer-area .footer-widget .widget-content .single-post .post-thumb a img {
  display: block;
  width: 60px;
  height: 60px;
  opacity: 1;
  transform: scale(1);
  transition: all 0.4s ease 0s;
  overflow: hidden;
}
.footer-area .footer-widget .widget-content .single-post .post-thumb a img:hover {
  opacity: .8;
  transform: scale(1.1);
}
.footer-area .footer-widget .widget-content .single-post .text {
  position: relative;
  font-size: 13px;
}
.footer-area .footer-widget .widget-content .single-post .text p {
  color: #f4f4f4;
  font-size: 13px;
}
.footer-area .footer-widget .widget-content form {
  position: relative;
  margin-top: 30px;
}
.footer-area .footer-widget .widget-content form input {
  background: transparent;
  border: none;
  border: 1px solid #3c3c3c;
  outline: none;
  width: 100%;
  height: 45px;
  display: block;
  color: #fff;
  padding-left: 15px;
}
.footer-area .footer-widget .widget-content form button {
  background-color: #333;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 45px;
  cursor: pointer;
  transition: all 0.4s ease 0s;
}
.footer-area .footer-widget .widget-content form button:hover {
  background-color: #00dbfb;
}
.footer-area .footer-widget .widget-content form button i.fa {
  color: #fff;
}
.footer-area .footer-widget .widget-content .social-icon {
  margin-top: 30px;
}
.footer-area .footer-widget .widget-content .social-icon ul li {
  display: inline-block;
  padding: 4px 9px;
  background: #333;
  transition: all 0.4s ease 0s;
}
.footer-area .footer-widget .widget-content .social-icon ul li:hover {
  background: #00dbfb;
}
.footer-area .footer-widget .widget-content .social-icon ul li a {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 15px;
}

.copyright-area {
  background: #005aad;
  color: #fff;
  padding: 20px 0;
}
.copyright-area p {
  display: inline-block;
  margin-bottom: 0;
}
.copyright-area em i.fa {
  color: #00dbfb;
}
.copyright-area a {
  color: #f4f4f4;
  transition: all 0.4s ease 0s;
}
.copyright-area a:hover {
  color: #00dbfb;
}

.navbar-brand{
	    padding-top: 0!important;
    padding-bottom: 0!important;
}
	.navbar-dark .navbar-brand{
		width: 15%;
	}
.navbar-dark .navbar-brand img{
	    width: 48%;
}
.footer-logo img{
	    width: 63%;
}
.contact-info a{
	color: #fff;
}
.footer-area .contact-info a{
	color: #fff;
}


  /* Owl Carousel item */
  .owl-carousel .item {
    position: relative;
    height: 450px; /* Adjust the height of the slider */
    color: #fff;
  }

  /* Banner slide image styling */
  .banner-slide {
    position: relative;
    height: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* Banner content area */
  .banner-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 30px;
    max-width: 80%; /* Adjust this to control the content width */
    border-radius: 10px;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    text-align: left; /* Align text left by default */
  }

  /* Position content based on the slider index */
  /* 1st child: Content aligned to the right */
.item1 .banner-content {
       left: 10% !important;
    right: auto !important;
}

/* 2nd child: Content aligned to the left */
.item2 .banner-content {
   
	right: 0% !important;
    left: 45% !important;
}

/* 3rd child: Content aligned to the left */
.item3 .banner-content {
     left: 10%!important;
    right: auto!important;
}


  /* Heading styling */
  .slide-heading {
    font-size: 42px; /* Large and bold heading */
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffffff;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); /* Subtle shadow for better text visibility */
    text-transform: capitalize;
	    font-family: poppins-semibold;
  }

  /* Description paragraph styling */
  .slide-description {
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.8);
	    font-family: poppins-regular;
  }

  /* Button styling */
  .btn-slide {
    background-color: #255caa; /* Orange background for the button */
    color: white;
    padding: 12px 25px;
    font-size: 18px;
    border-radius: 5px;
    text-decoration: none;
    text-transform: capitalize;
    letter-spacing: 1px;
    transition: background-color 0.3s ease, transform 0.3s ease;
	font-family: poppins-extralight;
  }
.btn-slide:hover{
    background: #6ed3ec;
    color: #000;
    text-transform: capitalize;
}


  /* Optional: Styling for navigation arrows */
  .owl-prev, .owl-next {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 15px;
    border-radius: 50%;
    color: white;
  }

  .owl-prev:hover, .owl-next:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }

  /* Custom styling for Owl Carousel dots */
  .owl-dots .owl-dot.active span {
    background-color: #ff7b00;
  }

  .owl-dots .owl-dot span {
    background-color: rgba(255, 255, 255, 0.5);
  }

.action-content h4 a{
	color:#fff;
}

.con-ser{
	    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 30px;
    max-width: 80%;
    margin: 0 auto;
}
.con-ser a{
	    font-size: 14px;
    padding: 10px 20px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    background: #256eb4;
    transition: all 0.4sease 0s;
}
.con-ser a:hover {
    background: #222;
    letter-spacing: 5px;
}

.msn-vsn-img{
	    margin-top: 60px;
}
.msn-vsn-img img{
	    width: 100%;
}

.financial-company-area .company-vision {
    margin-top: 0;
}

.owl-theme .owl-dots .owl-dot span{
	    background: #255caa;
}

.footer-area .footer-widget .widget-wrapper {
	    margin-top: 20px;
}
.footer-area .footer-widget .widget-wrapper h6{
	    color: #fff;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
	    padding-bottom: 20px;
}

.footer-area .footer-widget .widget-wrapper h6:before {
    position: absolute;
    left: 3px;
    top: 23px;
    content: "";
    background: #00dbfb;
    width: 8px;
    height: 8px;
    z-index: 9;
    transform: translateX(-50%);
}

.footer-area .footer-widget .widget-wrapper h6:after {
    width: 70px;
    height: 2px;
    content: "";
    background: #00dbfb;
    position: absolute;
    left: 38px;
    top: 26px;
    content: "";
    transform: translateX(-50%);
}

.footer-area .footer-widget .widget-content .ft-gellary ul li i{
	    font-size: 12px;
    margin-right: 8px;
    color: #00c0dc;
}

.footer-widget .container .col-sm-6{
	padding-left: 0px;
}

.getin-tech-area .action-content h4{
	    font-size: 40px;
		    font-family: poppins-regular;
}


/*************************** new css***********************/

    .hero{margin-top:50px;}
    .hero h1{font-size:clamp(1.8rem, 3vw + 1rem, 3rem); line-height:1.1; margin:.2rem 0 .6rem}
    .hero p{color:var(--muted);}
    .badge{
        display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: rgba(96,165,250,.15);
  color: #256eb4;
  border: 1px solid rgba(147,197,253,.4);
  padding: .35rem .6rem;
  border-radius: 999px;
  font-size: 14px;
    }
    .swirl{width:100%; height:180px; border-radius:var(--radius); background:conic-gradient(from 180deg at 50% 50%, rgba(96,165,250,.15), rgba(34,211,238,.15), rgba(99,102,241,.12), rgba(96,165,250,.15)); filter:blur(.2px); box-shadow:var(--shadow)}

    .layout{margin-top:34px; display:grid; grid-template-columns: 1fr 1.3fr; gap:26px}

    .card{background:var(--card); border:1px solid var(--border); border-radius:var(--radius); box-shadow:var(--shadow)}

    .info{padding:22px}
    .info h2{
		margin: .2rem 0 1rem;
    font-size: 22px;
    color: #2b3032;
}
    .info .row{display:grid; grid-template-columns: 40px 1fr; gap:12px; align-items:start; padding:14px 10px; border-top:1px dashed var(--border)}
    .info .row:first-of-type{border-top:none}
    .info a{color:var(--text); text-decoration:none}
    .icon{width:26px; height:26px}

    .social{display:flex; gap:10px; padding:14px 10px 4px}
    .chip{border:1px solid var(--border); padding:8px 12px; border-radius:999px; font-size:.9rem}

    .map{height:260px; border-top:1px dashed var(--border); overflow:hidden; border-radius:0 0 var(--radius) var(--radius)}
    .map iframe{width:100%; height:100%; border:0}

    .form{padding:20px}
    form{display:grid; gap:14px}
    .grid{display:grid; gap:14px; grid-template-columns: 1fr 1fr}
    .grid > *{min-width:0}
    label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
    color: #2b3032;
}
    input, textarea, select{
      width:100%; padding:12px 14px; border-radius:14px; border:1px solid #aeaeae; background:transparent; color:var(--text);
      outline:none; box-shadow:none; transition:.2s border-color, .2s box-shadow;
    }
    textarea{min-height:140px; resize:vertical}
    input:focus, textarea:focus, select:focus{border-color:var(--ring); box-shadow:0 0 0 4px rgba(147,197,253,.25)}
    .hint{color:var(--muted); font-size:.9rem}

    .btn{
      appearance:none; border:none; cursor:pointer; padding:12px 18px; font-weight:700; border-radius:14px; color:#0b1120; background:var(--g1); box-shadow:var(--shadow);
    }
    .btn:focus-visible{outline:3px solid var(--ring); outline-offset:2px}

    details{border:1px solid var(--border); border-radius:12px; padding:12px 14px}
    summary{cursor:pointer; font-weight:600}

    @media (max-width: 960px){
      .hero{grid-template-columns:1fr}
      .layout{grid-template-columns:1fr}
      .grid{grid-template-columns:1fr}
      .map{height:220px}
    }
    
    /* FAQ Accordion Styling */
.accordion-button {
  font-weight: 600;
  background-color: #f8fafc; /* light background */
  transition: background-color 0.3s ease, color 0.3s ease;
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-button:not(.collapsed) {
  color: #0d6efd; /* Bootstrap primary color */
  background-color: #eef4ff;
}
.accordion-item {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 12px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
	padding: 0 15px 0px 0px;
}
.accordion-body {
  background: #fff;
  color: #444;
}

/* Section Titles */
.section-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 20px;
}

.section-subtitle {
  font-size: 1.6rem;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 15px;
}

/* Advantage Cards */
.adv-card {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  text-align: center;
  border: 1px solid #e5e7eb;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  transition: transform .3s ease, box-shadow .3s ease;
}

.adv-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.adv-card img {
  width: 60px;
  height: 60px;
  margin-bottom: 16px;
}

.adv-card h4 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 10px;
}

.adv-card p {
  font-size: 0.95rem;
  color: #475569;
  line-height: 1.5;
}

/* Responsive Tweaks */
@media (max-width: 767px) {
  .section-title {
    text-align: center;
  }
  .lead {
    text-align: center;
  }
}

.getin-tech-area .contact-form h2:before, .getin-tech-area .contact-form h2:after {
    background: #256eb4;
}
.why-choose-us-area .inner-box .choose-icons i.fa, .team-single-area .inner-box .choose-icons i.fa {
    color: #256eb4;
}
.header.home-two .navbar-nav .nav-link:hover {
    color: #256eb4;
}

.card {
    background: #eed9c4;
    /* padding: 15px; */
    border-radius: 15px;
    transition: 0.5s;
    /* background: #eed9c4; */
}
/*.card:hover {
  box-shadow: 0px 3px 10px 5px #e9e9e9;
}*/
.card img {
  max-width: 100%;
 
}
.card h2 {
    font-size: 28px;
    color: #1a4b7a;
}
.card .role {
    font-size: 18px;
    color: #444;
    /* margin-bottom: 20px; */
    font-weight: 600;
}
.card a {
  background: var(--btn, #000);
  color: #fff;
  padding: 10px 15px;
  width: 100%;
  display: block;
  border-radius: var(--br);
  text-decoration: none;
  margin-top: 15px;
}

@media (max-width: 767px) {
  .row {
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px;
  }

  .card {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}

@media (max-width: 420px) {
  .card {
    flex: 0 0 calc(100% - 20px);
    max-width: calc(100% - 20px);
  }
}

.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

.accordion .accordion-item button[aria-expanded='true'] {
  border-bottom: 1px solid #03b5d2;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #03b5d2;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #03b5d2;
}

.accordion button .accordion-title {
   padding: 15px;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded='true'] {
  color: #03b5d2;
}
.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}
.accordion button[aria-expanded='true'] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
	padding: 0px 15px;
}
.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
}

.inner-banner{
    background: #256eb4;
    padding: 46px 0 !important;
    text-align: center;
    color: #fff;
}
.our-teamsection{margin-top:25px;}
.faq{margin-top:25px; margin-bottom:25px;}


.contact-side h3 {
    color: rgb(43, 48, 50);
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    transition: 0.4s;
}

.form .btn{
	    font-size: 14px;
    padding: 10px 20px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    background: #256eb4;
    transition: all 0.4sease 0s;
}

.mem-des{
    padding: 20px 20px;
}
